Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • sinan 16 posts 36 karma points
    May 11, 2011 @ 22:35
    sinan
    0

    [HttpException (0x80004005): uComponents

    who knows how to send/upload problem????

    Server Error in '/xx' Application.


    The file '/xx/umbraco/plugins/uComponents/uComponentsInstaller.ascx' does not exist.

    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.Web.HttpException: The file '/sinan/umbraco/plugins/uComponents/uComponentsInstaller.ascx' does not exist.

    Source Error:

    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.


    Stack Trace:

    [HttpException (0x80004005): The file '/xx/umbraco/plugins/uComponents/uComponentsInstaller.ascx' does not exist.]
       
    System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath) +129
       
    System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) +125
       
    System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) +107
       
    System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean ensureIsUpToDate) +81
       
    System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) +55
       umbraco
    .presentation.developer.packages.Installer.processInstall(String currentStep) +483
       umbraco
    .presentation.developer.packages.Installer.Page_Load(Object sender, EventArgs e) +400
       
    System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
       
    System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +46
       
    System.Web.UI.Control.OnLoad(EventArgs e) +83
       umbraco
    .BasePages.BasePage.OnLoad(EventArgs e) +17
       
    System.Web.UI.Control.LoadRecursive() +120
       
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3924



    Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    May 11, 2011 @ 23:04
    Jan Skovgaard
    0

    Hi Sinan

    How are you trying to install uComponents? Through the umbraco package repository or by uploading the package to Umbraco? And what version are you trying to make the installation on?

    /Jan

  • sinan 16 posts 36 karma points
    May 11, 2011 @ 23:19
    sinan
    0
    Jan,
    Using the umbraco package repository
    version V2.1 Release Notes

    umbraco V 4.7

  • Lee Kelleher 4020 posts 15802 karma points MVP 13x admin c-trib
    May 12, 2011 @ 09:54
    Lee Kelleher
    0

    Hi Sinan,

    Guessing that this has something to do with that you're using a virtual directory for your Umbraco install.

    Could you check if the "ComponentsInstaller.ascx" file exists in the "/umbraco/plugins/uComponents" folder?

    Although ultimately this should cause too much of an issue, as everything the installer does can be configured manually - like the XSLT extensions, UI drag-n-drop and NotFoundHandlers.  All of the data-types, are already accessible - just create a new data-type and select the appropriate render control from the dropdown list.

    Cheers, Lee.

  • sinan 16 posts 36 karma points
    May 12, 2011 @ 10:30
    sinan
    0
    Hi,
    ComponentsInstaller .ascx "exists in"/umbraco/plugins/uComponents exists "
    I got this error not all with this file, even if I want to install other pacge I get the same error.
    version umbraco 4 .7V
  • John 79 posts 115 karma points
    May 18, 2011 @ 15:58
    John
    0

    I had exactly the same problem on 2 separate installations and 2 completely different packages.  As Lee suggests, it does seem to be a problem if you install using virtual directories.  I reinstalled and created a new web site instead and it worked OK.  You could possibly package up what you have done so far, reinstall a new instance of Umbraco then install your local package to move things across.

    Is this a possible workaround for you?  Or are you on XP or something that doesn't support multiple web sites?

  • Sobin 25 posts 46 karma points
    Dec 06, 2011 @ 07:01
    Sobin
    0

    Hi,

     I have same exact problem ............ umbraco 4.7.1 & uComponents v3.0.........

    and tried two new installations but same problem..what to do......

     thanks

       

     

  • Sobin 25 posts 46 karma points
    Dec 06, 2011 @ 07:48
    Sobin
    0

    Server Error in '/' Application.


    The file '/umbraco/plugins/uComponents/uComponentsInstaller.ascx' does not exist.

    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.Web.HttpException: The file '/umbraco/plugins/uComponents/uComponentsInstaller.ascx' does not exist.

    Source Error:

    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.


    Stack Trace:

    [HttpException (0x80004005): The file '/umbraco/plugins/uComponents/uComponentsInstaller.ascx' does not exist.]
       System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath) +9074148
       System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) +501
       System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) +111
       System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean ensureIsUpToDate) +90
       System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) +53
       umbraco.presentation.developer.packages.Installer.processInstall(String currentStep) +483
       umbraco.presentation.developer.packages.Installer.Page_Load(Object sender, EventArgs e) +401
       System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
       System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
       System.Web.UI.Control.OnLoad(EventArgs e) +91
       umbraco.BasePages.BasePage.OnLoad(EventArgs e) +14
       System.Web.UI.Control.LoadRecursive() +74
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2207
    

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Dec 06, 2011 @ 08:28
    Jan Skovgaard
    0

    Hi Sobin

    Have you ensured that the file actually exists at the location? As Lee writes above this could be related to you installing the package using a virtual directory. Have you tried creating a new website in IIS instead and then install?

    /Jan

  • Sobin 25 posts 46 karma points
    Dec 06, 2011 @ 09:19
    Sobin
    0

    Thanks Jan Skovgaard.....

     Actually i solved the problem and its based on the folder permission ...... ucomponent folder is not creating when installing... i changed the permission ..... and now its working.....

  • sundip 76 posts 339 karma points
    Jan 07, 2013 @ 22:17
    sundip
    0

    Hey Sobin,

    I have the same problem, even I have full permissions on all the folders.

    Is there a specific place to change the permissions or any other issue you have found?

    edit: Copy the missing files/folders on specific location

    Thank you,

    Sundip

Please Sign in or register to post replies

Write your reply to:

Draft